200个经典C#WinForm实例源码(超赞)
.
├── 198个经典C#WinForm实例源码(超赞)
│ ├── 01-窗体技巧
│ │ ├── QQ窗体
│ │ │ ├── Backup
│ │ │ │ ├── Backup
│ │ │ │ ├── QQFrm
│ │ │ │ ├── QQFrm.sln
│ │ │ │ └── UpgradeLog.htm
│ │ │ ├── QQFrm
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Image
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── QQFrm.csproj
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── QQFrm.sln
│ │ │ ├── QQFrm.suo
│ │ │ └── UpgradeLog.htm
│ │ ├── 仿XP系统的任务栏菜单
│ │ │ ├── 仿XP系统的任务栏菜单
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Image
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── obj
│ │ │ │ └── 仿XP系统的任务栏菜单.csproj
│ │ │ ├── 仿XP系统的任务栏菜单.sln
│ │ │ └── 仿XP系统的任务栏菜单.suo
│ │ ├── 滚动字幕
│ │ │ ├── FollCaption
│ │ │ │ ├── FollCaption.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── FollCaption.sln
│ │ │ └── FollCaption.suo
│ │ ├── 焦点变色
│ │ │ ├── FocusChangeColor
│ │ │ │ ├── FocusChangeColor.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── FocusChangeColor.sln
│ │ │ └── FocusChangeColor.suo
│ │ ├── 窗体换肤
│ │ │ ├── BarterSkin
│ │ │ │ ├── BarterSkin.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Image
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── BarterSkin.sln
│ │ │ └── BarterSkin.suo
│ │ ├── 鼠标穿透
│ │ │ ├── CalendarPenetrate
│ │ │ │ ├── CalendarPenetrate.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Image
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── CalendarPenetrate.sln
│ │ │ └── CalendarPenetrate.suo
│ │ ├── 无边框窗体
│ │ │ ├── Noframe
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Image
│ │ │ │ ├── Noframe.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── Noframe.sln
│ │ │ └── Noframe.suo
│ │ ├── 自定义屏保
│ │ │ ├── 自定义屏保
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── obj
│ │ │ │ └── 自定义屏保.csproj
│ │ │ ├── 自定义屏保.sln
│ │ │ └── 自定义屏保.suo
│ │ ├── 隐藏工具箱
│ │ │ ├── HideKit
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── HideKit.csproj
│ │ │ │ ├── Image
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── HideKit.sln
│ │ │ └── HideKit.suo
│ │ ├── 获取文件目录
│ │ │ ├── FileCatalog
│ │ │ │ ├── FileCatalog.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── FileCatalog.sln
│ │ │ └── FileCatalog.suo
│ │ ├── 获取文件类型
│ │ │ ├── FileStyle
│ │ │ │ ├── FileStyle.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── FileStyle.sln
│ │ │ └── FileStyle.suo
│ │ ├── 限制窗体大小
│ │ │ ├── RestrictSize
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── RestrictSize.csproj
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── RestrictSize.sln
│ │ │ └── RestrictSize.suo
│ │ ├── 鼠标穿透窗体
│ │ │ ├── 鼠标穿透窗体
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Image
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── obj
│ │ │ │ └── 鼠标穿透窗体.csproj
│ │ │ ├── 鼠标穿透窗体.sln
│ │ │ └── 鼠标穿透窗体.suo
│ │ ├── 磁性窗体的设计
│ │ │ ├── 磁性窗体
│ │ │ │ ├── magnetism
│ │ │ │ ├── magnetism.sln
│ │ │ │ └── magnetism.suo
│ │ │ └── 磁性窗体的设计
│ │ │ ├── 磁性窗体的设计
│ │ │ ├── 磁性窗体的设计.sln
│ │ │ └── 磁性窗体的设计.suo
│ │ ├── 窗体的浮动及隐藏
│ │ │ ├── 窗体的浮动及隐藏
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Image
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── obj
│ │ │ │ └── 窗体的浮动及隐藏.csproj
│ │ │ ├── 窗体的浮动及隐藏.sln
│ │ │ └── 窗体的浮动及隐藏.suo
│ │ ├── 向窗体中拖放图片并显示
│ │ │ ├── 向窗体中拖放图片并显示
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── obj
│ │ │ │ └── 向窗体中拖放图片并显示.csproj
│ │ │ ├── 向窗体中拖放图片并显示.sln
│ │ │ └── 向窗体中拖放图片并显示.suo
│ │ ├── 手动改变自制窗体的大小
│ │ │ ├── 手动改变自制窗体的大小
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── obj
│ │ │ │ └── 手动改变自制窗体的大小.csproj
│ │ │ ├── 手动改变自制窗体的大小.sln
│ │ │ └── 手动改变自制窗体的大小.suo
│ │ ├── 用树型列表动态显示菜单
│ │ │ ├── sl
│ │ │ │ └── 用树型列表动态显示菜单
│ │ │ └── 用树型列表动态显示菜单
│ │ │ └── 01
│ │ └── 自定义窗体的最大化、最小化和关闭按钮
│ │ ├── 自定义窗体的最大化、最小化和关闭按钮
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Image
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ ├── bin
│ │ │ ├── obj
│ │ │ └── 自定义窗体的最大化、最小化和关闭按钮.csproj
│ │ ├── 自定义窗体的最大化、最小化和关闭按钮.sln
│ │ └── 自定义窗体的最大化、最小化和关闭按钮.suo
│ ├── 02-控件操作
│ │ ├── ClarityControl
│ │ │ ├── ClarityControl
│ │ │ │ ├── ClarityControl.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── T_Control.Designer.cs
│ │ │ │ ├── T_Control.cs
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── ClarityControl.sln
│ │ │ └── ClarityControl.suo
│ │ ├── Control阴影
│ │ │ ├── ShadeColorControl
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── ShadeColorControl.csproj
│ │ │ │ ├── T_Control.Designer.cs
│ │ │ │ ├── T_Control.cs
│ │ │ │ ├── T_Control.resx
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── ShadeColorControl.sln
│ │ │ └── ShadeColorControl.suo
│ │ ├── DataGridViewToTreeView
│ │ │ ├── DataGridViewToTreeView
│ │ │ │ ├── DataGridViewToTreeView.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── DataGridViewToTreeView.sln
│ │ │ └── DataGridViewToTreeView.suo
│ │ ├── DataGridView操作
│ │ │ ├── DataGridViewOperate
│ │ │ │ ├── DataGridViewOperate.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── DataGridViewOperate.sln
│ │ │ └── DataGridViewOperate.suo
│ │ ├── DisplayRowCount
│ │ │ ├── DisplayRowCount
│ │ │ │ ├── DisplayRowCount.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── DisplayRowCount.sln
│ │ │ └── DisplayRowCount.suo
│ │ ├── DropDownForm
│ │ │ ├── DropDownForm
│ │ │ │ ├── DropDownForm.csproj
│ │ │ │ ├── GroundForm.Designer.cs
│ │ │ │ ├── GroundForm.cs
│ │ │ │ ├── GroundForm.resx
│ │ │ │ ├── MainForm.Designer.cs
│ │ │ │ ├── MainForm.cs
│ │ │ │ ├── MainForm.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── Resources
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── DropDownForm.sln
│ │ │ └── DropDownForm.suo
│ │ ├── EnglishTextBox
│ │ │ ├── EnglishTextBox
│ │ │ │ ├── E_TextBox.Designer.cs
│ │ │ │ ├── E_TextBox.cs
│ │ │ │ ├── E_TextBox.resx
│ │ │ │ ├── EnglishTextBox.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── EnglishTextBox.sln
│ │ │ └── EnglishTextBox.suo
│ │ ├── FileBatchCopy
│ │ │ ├── FileBatchCopy
│ │ │ │ ├── FileBatchCopy.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── FileBatchCopy.sln
│ │ │ └── FileBatchCopy.suo
│ │ ├── GetClipBoardPicture
│ │ │ ├── GetClipBoardPicture
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── GetClipBoardPicture.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── GetClipBoardPicture.sln
│ │ │ └── GetClipBoardPicture.suo
│ │ ├── PlanText
│ │ │ ├── PlanText
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── PlanText.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── ProgressBarText.Designer.cs
│ │ │ │ ├── ProgressBarText.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── PlanText.sln
│ │ │ └── PlanText.suo
│ │ ├── Popup窗口提醒
│ │ │ ├── Popup窗口提醒
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Frm_Popup.Designer.cs
│ │ │ │ ├── Frm_Popup.cs
│ │ │ │ ├── Frm_Popup.resx
│ │ │ │ ├── Image
│ │ │ │ ├── Popup窗口提醒.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── Popup窗口提醒.sln
│ │ │ └── Popup窗口提醒.suo
│ │ ├── RestrictDigit
│ │ │ ├── RestrictDigit
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── R_TextBox.Designer.cs
│ │ │ │ ├── R_TextBox.cs
│ │ │ │ ├── R_TextBox.resx
│ │ │ │ ├── RestrictDigit.csproj
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── RestrictDigit.sln
│ │ │ └── RestrictDigit.suo
│ │ ├── Vista风格的日历
│ │ │ ├── Vista风格的日 历
│ │ │ │ ├── Vista风格的日历
│ │ │ │ ├── Vista风格的日历.sln
│ │ │ │ └── Vista风格的日历.suo
│ │ │ └── Vista风格的日历
│ │ │ ├── Vista风格的日历
│ │ │ ├── Vista风格的日历.sln
│ │ │ └── Vista风格的日历.suo
│ │ ├── 像Excel一样复制DataGridView中的单元格区域数据
│ │ │ ├── 像Excel一样复制DataGridView中的单元格区域数据
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── obj
│ │ │ │ └── 像Excel一样复制DataGridView中的单元格区域数据.csproj
│ │ │ ├── 像Excel一样复制DataGridView中的单元格区域数据.sln
│ │ │ └── 像Excel一样复制DataGridView中的单元格区域数据.suo
│ │ ├── 组合
│ │ │ ├── Combination
│ │ │ │ ├── Combination.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LabelAndText.Designer.cs
│ │ │ │ ├── LabelAndText.cs
│ │ │ │ ├── LabelAndText.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── Combination.sln
│ │ │ └── Combination.suo
│ │ ├── 美化ComboBox
│ │ │ ├── BeautifyComboBox
│ │ │ │ ├── B_ComboBox.Designer.cs
│ │ │ │ ├── B_ComboBox.cs
│ │ │ │ ├── B_ComboBox.resx
│ │ │ │ ├── BeautifyComboBox.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── BeautifyComboBox.sln
│ │ │ └── BeautifyComboBox.suo
│ │ ├── 美化GroupBox
│ │ │ ├── BeautificationGroupBox
│ │ │ │ ├── B_GroupBox.Designer.cs
│ │ │ │ ├── B_GroupBox.cs
│ │ │ │ ├── B_GroupBox.resx
│ │ │ │ ├── BeautificationGroupBox.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── BeautificationGroupBox.sln
│ │ │ └── BeautificationGroupBox.suo
│ │ ├── 重绘ListBox控件
│ │ │ ├── 重绘ListBox控件
│ │ │ │ ├── DrawListBox.Designer.cs
│ │ │ │ ├── DrawListBox.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── obj
│ │ │ │ └── 重绘ListBox控件.csproj
│ │ │ ├── 重绘ListBox控件.sln
│ │ │ └── 重绘ListBox控件.suo
│ │ ├── 清除TreeView内容
│ │ │ ├── ClearContentToTreeView
│ │ │ │ ├── ClearContentToTreeView.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── ClearContentToTreeView.sln
│ │ │ └── ClearContentToTreeView.suo
│ │ ├── 合并单元格
│ │ │ ├── UniteCells
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── UniteCells.csproj
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── UniteCells.sln
│ │ │ └── UniteCells.suo
│ │ ├── 添加内容到Treeview
│ │ │ ├── AddContentToTreeView
│ │ │ │ ├── AddContentToTreeView.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── AddContentToTreeView.sln
│ │ │ └── AddContentToTreeView.suo
│ │ ├── 带行数和标尺的RichTextBox
│ │ │ ├── 带行数和标尺的RichTextBox
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── GuageRichTextBox.Designer.cs
│ │ │ │ ├── GuageRichTextBox.cs
│ │ │ │ ├── GuageRichTextBox.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── obj
│ │ │ │ └── 带行数和标尺的RichTextBox.csproj
│ │ │ ├── 带行数和标尺的RichTextBox.sln
│ │ │ └── 带行数和标尺的RichTextBox.suo
│ │ ├── 自制数值文本框组件
│ │ │ ├── 自制数值文本框组件
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── NumberBox.Designer.cs
│ │ │ │ ├── NumberBox.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── obj
│ │ │ │ └── 自制数值文本框组件.csproj
│ │ │ ├── 自制数值文本框组件.sln
│ │ │ └── 自制数值文本框组件.suo
│ │ ├── 自定义水晶按钮控件
│ │ │ ├── 自定义水晶按钮控件
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Image
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── TransparencyButton.Designer.cs
│ │ │ │ ├── TransparencyButton.cs
│ │ │ │ ├── TransparencyButton.resx
│ │ │ │ ├── bin
│ │ │ │ ├── obj
│ │ │ │ └── 自定义水晶按钮控件.csproj
│ │ │ ├── 自定义水晶按钮控件.sln
│ │ │ └── 自定义水晶按钮控件.suo
│ │ ├── 弹出模式窗口显示进度条
│ │ │ ├── 弹出模式窗口显示进度条
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Frm_Plan.Designer.cs
│ │ │ │ ├── Frm_Plan.cs
│ │ │ │ ├── Frm_Plan.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── obj
│ │ │ │ └── 弹出模式窗口显示进度条.csproj
│ │ │ ├── 弹出模式窗口显示进度条.sln
│ │ │ └── 弹出模式窗口显示进度条.suo
│ │ ├── 美化单选按钮和复选按钮
│ │ │ ├── 美化单选按钮和复选按钮
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── GlorifyCheckBox.cs
│ │ │ │ ├── GlorifyCheckBox.designer.cs
│ │ │ │ ├── GlorifyRadioButton.cs
│ │ │ │ ├── GlorifyRadioButton.designer.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── obj
│ │ │ │ └── 美化单选按钮和复选按钮.csproj
│ │ │ ├── 美化单选按钮和复选按钮.sln
│ │ │ └── 美化单选按钮和复选按钮.suo
│ │ └── 根据文件大小显示文件复制进度条
│ │ ├── 根据文件大小显示文件复制进度条
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ ├── bin
│ │ │ ├── obj
│ │ │ └── 根据文件大小显示文件复制进度条.csproj
│ │ ├── 根据文件大小显示文件复制进度条.sln
│ │ └── 根据文件大小显示文件复制进度条.suo
│ ├── 03-图像操作
│ │ ├── LoadFLASH
│ │ │ ├── LoadFLASH
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LoadFLASH.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── LoadFLASH.sln
│ │ │ └── LoadFLASH.suo
│ │ ├── MP3Player
│ │ │ ├── MP3Player
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── MP3Player.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── Resources
│ │ │ │ ├── bin
│ │ │ │ ├── obj
│ │ │ │ ├── player11.png
│ │ │ │ ├── 停止按钮.png
│ │ │ │ ├── 播放按钮.png
│ │ │ │ ├── 暂停按钮.png
│ │ │ │ ├── 音量按钮.png
│ │ │ │ ├── 停止按钮变.png
│ │ │ │ ├── 播放按钮变.png
│ │ │ │ ├── 文件夹打开.png
│ │ │ │ ├── 暂停按钮变.png
│ │ │ │ └── 音量按钮变色.png
│ │ │ └── MP3Player.sln
│ │ ├── PictureBox显示图片
│ │ │ ├── PictureBoxShowImage
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── PictureBoxShowImage.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── PictureBoxShowImage.sln
│ │ │ └── PictureBoxShowImage.suo
│ │ ├── listview数据添加去闪烁
│ │ │ ├── listviewItemAdd
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── listviewItemAdd.csproj
│ │ │ │ └── obj
│ │ │ ├── listviewItemAdd.sln
│ │ │ └── listviewItemAdd.suo
│ │ ├── 仿QQ截图
│ │ │ ├── ScreenCutter
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Form2.Designer.cs
│ │ │ │ ├── Form2.cs
│ │ │ │ ├── Form2.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── ScreenCutter.csproj
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ └── ScreenCutter.sln
│ │ ├── 播放Flash
│ │ │ ├── playflash
│ │ │ │ ├── AboutBox1.Designer.cs
│ │ │ │ ├── AboutBox1.cs
│ │ │ │ ├── AboutBox1.resx
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bg1.png
│ │ │ │ ├── bin
│ │ │ │ ├── obj
│ │ │ │ └── playflash.csproj
│ │ │ └── playflash.sln
│ │ ├── 播放Flv
│ │ │ ├── Playflv
│ │ │ │ ├── FLVPlayer
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Playflv.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── down.png
│ │ │ │ ├── obj
│ │ │ │ ├── up.png
│ │ │ │ ├── 图标 (190).ico
│ │ │ │ ├── 图标 (220).ico
│ │ │ │ ├── 图标 (42).ico
│ │ │ │ ├── 图标 (8).ico
│ │ │ │ └── 删除.ico
│ │ │ └── Playflv.sln
│ │ ├── 播放Mp3
│ │ │ ├── stopplaymp3
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── obj
│ │ │ │ └── stopplaymp3.csproj
│ │ │ ├── stopplaymp3.sln
│ │ │ └── stopplaymp3.suo
│ │ ├── 打开Url
│ │ │ ├── openUrl
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── obj
│ │ │ │ └── openUrl.csproj
│ │ │ ├── openUrl.sln
│ │ │ └── openUrl.suo
│ │ ├── 操作XML
│ │ │ ├── optionXML
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── list.xml
│ │ │ │ ├── obj
│ │ │ │ └── optionXML.csproj
│ │ │ ├── optionXML.sln
│ │ │ └── optionXML.suo
│ │ ├── 取色器
│ │ │ ├── curColor
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── curColor.csproj
│ │ │ │ └── obj
│ │ │ ├── curColor.sln
│ │ │ └── curColor.suo
│ │ ├── 缩略图
│ │ │ ├── Microimage
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Microimage.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── Microimage.sln
│ │ │ └── Microimage.suo
│ │ ├── 压缩图片
│ │ │ ├── Compositing
│ │ │ │ ├── Compositing
│ │ │ │ ├── Compositing.sln
│ │ │ │ └── Compositing.suo
│ │ │ └── 无损压缩
│ │ │ ├── CompressImg
│ │ │ ├── CompressImg.sln
│ │ │ └── CompressImg.suo
│ │ ├── 图片合成
│ │ │ ├── composeImage
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── composeImage.csproj
│ │ │ │ └── obj
│ │ │ ├── composeImage.sln
│ │ │ └── composeImage.suo
│ │ ├── 图片透明
│ │ │ ├── ImageClarity
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── ImageClarity.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── ImageClarity.sln
│ │ │ └── ImageClarity.suo
│ │ ├── 屏幕抓图
│ │ │ ├── GetScreen
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── GetScreen.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── Setup.ini
│ │ │ │ ├── bin
│ │ │ │ ├── obj
│ │ │ │ └── 图标 (118).ico
│ │ │ └── GetScreen.sln
│ │ ├── 抓取桌面
│ │ │ ├── drawpartImage
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── drawpartImage.csproj
│ │ │ │ └── obj
│ │ │ ├── drawpartImage.sln
│ │ │ └── drawpartImage.suo
│ │ ├── 石英时钟
│ │ │ ├── QuartzClock
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── QuartzClock.csproj
│ │ │ │ ├── bg.png
│ │ │ │ ├── bin
│ │ │ │ ├── obj
│ │ │ │ └── 图标 (123).ico
│ │ │ └── QuartzClock.sln
│ │ ├── 绘制噪点
│ │ │ ├── DrawBackground
│ │ │ │ ├── DrawBackground.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── DrawBackground.sln
│ │ │ └── DrawBackground.suo
│ │ ├── 绘制文字
│ │ │ ├── DrawFont
│ │ │ │ ├── DrawFont.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── DrawFont.sln
│ │ │ └── DrawFont.suo
│ │ ├── 绘制直线
│ │ │ ├── drawLine
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── drawLine.csproj
│ │ │ │ └── obj
│ │ │ ├── drawLine.sln
│ │ │ └── drawLine.suo
│ │ ├── 绘制选中
│ │ │ ├── drawSelect
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Form2.Designer.cs
│ │ │ │ ├── Form2.cs
│ │ │ │ ├── Form2.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── drawSelect.csproj
│ │ │ │ └── obj
│ │ │ ├── drawSelect.sln
│ │ │ └── drawSelect.suo
│ │ ├── 绘制鼠标Cur
│ │ │ ├── drawcur
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── drawcur.csproj
│ │ │ │ └── obj
│ │ │ ├── drawcur.sln
│ │ │ └── drawcur.suo
│ │ ├── 中文验证码
│ │ │ ├── ChineseCode
│ │ │ │ ├── ChineseCode.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ └── ChineseCode.sln
│ │ ├── 图片缩略图
│ │ │ ├── ImgMicroimage
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── ImgMicroimage.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── Resources
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ └── ImgMicroimage.sln
│ │ ├── 计时器例子
│ │ │ ├── TimerApplication
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── TimerApplication.csproj
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── TimerApplication.sln
│ │ │ └── TimerApplication.suo
│ │ ├── 颜色拾取器
│ │ │ ├── GetColor
│ │ │ │ ├── AboutBox1.Designer.cs
│ │ │ │ ├── AboutBox1.cs
│ │ │ │ ├── AboutBox1.resx
│ │ │ │ ├── FrmGetColor.Designer.cs
│ │ │ │ ├── FrmGetColor.cs
│ │ │ │ ├── FrmGetColor.resx
│ │ │ │ ├── GetColor.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── GetColor.sln
│ │ │ └── GetColor.suo
│ │ ├── 图片自动播放
│ │ │ ├── PicPlay
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Form2.Designer.cs
│ │ │ │ ├── Form2.cs
│ │ │ │ ├── Form2.resx
│ │ │ │ ├── PicPlay.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── obj
│ │ │ │ └── 图标 (57).png
│ │ │ └── PicPlay.sln
│ │ ├── 图片转换格式
│ │ │ ├── ImgType
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── ImgType.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── ImgType.sln
│ │ │ └── ImgType.suo
│ │ ├── 批量添加水印
│ │ │ ├── IMGwatermark
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Form2.Designer.cs
│ │ │ │ ├── Form2.cs
│ │ │ │ ├── Form2.resx
│ │ │ │ ├── IMGwatermark.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ └── IMGwatermark.sln
│ │ ├── 抓取整站图片
│ │ │ ├── WebSnap
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── WebSnap.csproj
│ │ │ │ ├── bin
│ │ │ │ ├── obj
│ │ │ │ └── 转到.ico
│ │ │ ├── WebSnap.sln
│ │ │ └── WebSnap.suo
│ │ ├── 给图片加日期
│ │ │ ├── IMGAddDate
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── IMGAddDate.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── Resources
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ └── IMGAddDate.sln
│ │ ├── 获取当前时间
│ │ │ ├── GetNowTime
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── GetNowTime.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── GetNowTime.sln
│ │ │ └── GetNowTime.suo
│ │ ├── 获取照片时间
│ │ │ ├── ImageDate
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── ImageDate.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── ImageDate.sln
│ │ │ └── ImageDate.suo
│ │ ├── 获取鼠标坐标
│ │ │ ├── CurPosion
│ │ │ │ ├── CurPosion.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── CurPosion.sln
│ │ │ └── CurPosion.suo
│ │ ├── 图片上绘制文字
│ │ │ ├── ImageFont
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── ImageFont.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── ImageFont.sln
│ │ │ └── ImageFont.suo
│ │ ├── 抓取左上角图片
│ │ │ ├── drawpart
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── drawpart.csproj
│ │ │ │ └── obj
│ │ │ ├── drawpart.sln
│ │ │ └── drawpart.suo
│ │ └── 批量图片格式转换
│ │ ├── PictureBatchConversion
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── PictureBatchConversion.csproj
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ ├── Resources
│ │ │ ├── bin
│ │ │ └── obj
│ │ └── PictureBatchConversion.sln
│ ├── 04-报表打印
│ │ ├── 20Print
│ │ │ ├── 20Print
│ │ │ │ ├── 20Print.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── 20Print.sln
│ │ │ └── 20Print.suo
│ │ ├── 30Print
│ │ │ ├── 30Print
│ │ │ │ ├── 30Print.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── 30Print.sln
│ │ │ └── 30Print.suo
│ │ ├── AllPrint
│ │ │ ├── AllPrint
│ │ │ │ ├── AllPrint.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── AllPrint.sln
│ │ │ └── AllPrint.suo
│ │ ├── DBCrystalReport
│ │ │ ├── DBCrystalReport
│ │ │ │ ├── CrystalReport1.cs
│ │ │ │ ├── CrystalReport1.rpt
│ │ │ │ ├── DBCrystalReport.csproj
│ │ │ │ ├── DBCrystalReport.csproj.user
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── ico
│ │ │ │ └── obj
│ │ │ ├── DBCrystalReport.sln
│ │ │ └── DBCrystalReport.suo
│ │ ├── Database
│ │ │ ├── db_04_Data.MDF
│ │ │ └── db_04_Log.LDF
│ │ ├── DesignInGoodsBill
│ │ │ ├── DesignInGoodsBill
│ │ │ │ ├── CrystalReport1.cs
│ │ │ │ ├── CrystalReport1.rpt
│ │ │ │ ├── DesignInGoodsBill.csproj
│ │ │ │ ├── DesignInGoodsBill.csproj.user
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── DesignInGoodsBill.sln
│ │ │ └── DesignInGoodsBill.suo
│ │ ├── DesignReceipt
│ │ │ ├── DesignReceipt
│ │ │ │ ├── CrystalReport1.cs
│ │ │ │ ├── CrystalReport1.rpt
│ │ │ │ ├── DesignReceipt.csproj
│ │ │ │ ├── DesignReceipt.csproj.user
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── DesignReceipt.sln
│ │ │ └── DesignReceipt.suo
│ │ ├── DesignReport
│ │ │ ├── DesignReport
│ │ │ │ ├── CrystalReport1.cs
│ │ │ │ ├── CrystalReport1.rpt
│ │ │ │ ├── DesignReport.csproj
│ │ │ │ ├── DesignReport.csproj.user
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── DesignReport.sln
│ │ │ └── DesignReport.suo
│ │ ├── DesignStuCertificate
│ │ │ ├── DesignStuCertificate
│ │ │ │ ├── CrystalReport1.cs
│ │ │ │ ├── CrystalReport1.rpt
│ │ │ │ ├── DesignStuCertificate.csproj
│ │ │ │ ├── DesignStuCertificate.csproj.user
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── DesignStuCertificate.sln
│ │ │ └── DesignStuCertificate.suo
│ │ ├── DesignStuResume
│ │ │ ├── DesignStuResume
│ │ │ │ ├── CrystalReport1.cs
│ │ │ │ ├── CrystalReport1.rpt
│ │ │ │ ├── DesignStuResume.csproj
│ │ │ │ ├── DesignStuResume.csproj.user
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── DesignStuResume.sln
│ │ │ └── DesignStuResume.suo
│ │ ├── HPrint
│ │ │ ├── HPrint
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── HPrint.csproj
│ │ │ │ ├── PrintClass.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── HPrint.sln
│ │ │ └── HPrint.suo
│ │ ├── PagesPrint
│ │ │ ├── PagesPrint
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── PagesPrint.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── PagesPrint.sln
│ │ │ └── PagesPrint.suo
│ │ ├── PrintDirection
│ │ │ ├── PrintDirection
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── PrintClass.cs
│ │ │ │ ├── PrintDirection.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── PrintDirection.sln
│ │ │ └── PrintDirection.suo
│ │ ├── PrintEmptyCertificate
│ │ │ ├── PrintEmptyCertificate
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── PrintEmptyCertificate.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── PrintEmptyCertificate.sln
│ │ │ └── PrintEmptyCertificate.suo
│ │ ├── PrintEnvelop
│ │ │ ├── PrintEnvelop
│ │ │ │ ├── EnvelopCrystalReport.cs
│ │ │ │ ├── EnvelopCrystalReport.rpt
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── PrintEnvelop.csproj
│ │ │ │ ├── PrintEnvelop.csproj.user
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── PrintEnvelop.sln
│ │ │ └── PrintEnvelop.suo
│ │ ├── PrintGoodsInBill
│ │ │ ├── PrintGoodsInBill
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── PrintGoodsInBill.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── PrintGoodsInBill.sln
│ │ │ └── PrintGoodsInBill.suo
│ │ ├── PrintGoodsOutBill
│ │ │ ├── PrintGoodsOutBill
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── PrintGoodsOutBill.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── PrintGoodsOutBill.sln
│ │ │ └── PrintGoodsOutBill.suo
│ │ ├── PrintImage
│ │ │ ├── PrintImage
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── PrintImage.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── PrintImage.sln
│ │ │ └── PrintImage.suo
│ │ ├── PrintOneCertificate
│ │ │ ├── PrintOneCertificate
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── PrintOneCertificate.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── PrintOneCertificate.sln
│ │ │ └── PrintOneCertificate.suo
│ │ ├── PrintRemitBill
│ │ │ ├── PrintRemitBill
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── PrintRemitBill.csproj
│ │ │ │ ├── PrintRemitBill.csproj.user
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── RemitBillCrystalReport.cs
│ │ │ │ ├── RemitBillCrystalReport.rpt
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── PrintRemitBill.sln
│ │ │ └── PrintRemitBill.suo
│ │ ├── PrintStuCertificate
│ │ │ ├── PrintStuCertificate
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── PrintStuCertificate.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── PrintStuCertificate.sln
│ │ │ └── PrintStuCertificate.suo
│ │ ├── PrintStuResume
│ │ │ ├── PrintStuResume
│ │ │ │ ├── PrintStuResume.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── frmMain.Designer.cs
│ │ │ │ ├── frmMain.cs
│ │ │ │ ├── frmMain.resx
│ │ │ │ ├── frmPrint.Designer.cs
│ │ │ │ ├── frmPrint.cs
│ │ │ │ ├── frmPrint.resx
│ │ │ │ └── obj
│ │ │ ├── PrintStuResume.sln
│ │ │ └── PrintStuResume.suo
│ │ ├── PrintText
│ │ │ ├── PrintText
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── PrintText.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── PrintText.sln
│ │ │ └── PrintText.suo
│ │ ├── PrintTopFive
│ │ │ ├── PrintTopFive
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── PrintTopFive.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── PrintTopFive.sln
│ │ │ └── PrintTopFive.suo
│ │ ├── SetPrintRange
│ │ │ ├── SetPrintRange
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── SetPrintRange.csproj
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── SetPrintRange.sln
│ │ │ └── SetPrintRange.suo
│ │ ├── ShowBarCode
│ │ │ ├── ShowBarCode
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── ShowBarCode.csproj
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── ShowBarCode.sln
│ │ │ └── ShowBarCode.suo
│ │ ├── ShowCReport
│ │ │ ├── ShowCReport
│ │ │ │ ├── CrystalReport1.cs
│ │ │ │ ├── CrystalReport1.rpt
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── ShowCReport.csproj
│ │ │ │ ├── ShowCReport.csproj.user
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── ShowCReport.sln
│ │ │ └── ShowCReport.suo
│ │ ├── VPrint
│ │ │ ├── VPrint
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── PrintClass.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── VPrint.csproj
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── VPrint.sln
│ │ │ └── VPrint.suo
│ │ └── 打印条形码
│ │ ├── BarCode
│ │ │ ├── BarCode.csproj
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ ├── SystemSet.ini
│ │ │ ├── bin
│ │ │ └── obj
│ │ ├── BarCode.sln
│ │ └── BarCode.suo
│ ├── 06-系统操作
│ │ ├── CPU内存使用率
│ │ │ ├── CPU_Detect
│ │ │ │ ├── CPU_Detect.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── CPU_Detect.sln
│ │ │ └── CPU_Detect.suo
│ │ ├── 读写INI
│ │ │ ├── ReadINI
│ │ │ │ ├── ReadINI
│ │ │ │ ├── ReadINI.sln
│ │ │ │ └── ReadINI.suo
│ │ │ └── WriteINI
│ │ │ ├── WriteINI
│ │ │ ├── WriteINI.sln
│ │ │ └── WriteINI.suo
│ │ ├── 定时关机
│ │ │ ├── TimeCloseComputer
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── TimeCloseComputer.csproj
│ │ │ │ ├── TimeCloseComputer.csproj.user
│ │ │ │ ├── bin
│ │ │ │ ├── db.mdb
│ │ │ │ ├── false.jpg
│ │ │ │ ├── obj
│ │ │ │ ├── true.jpg
│ │ │ │ ├── 图标 (18).ico
│ │ │ │ ├── 图标 (187).ico
│ │ │ │ └── 图标 (93).ico
│ │ │ └── TimeCloseComputer.sln
│ │ ├── 虚拟键盘
│ │ │ ├── HookEx
│ │ │ │ ├── EventSet.cs
│ │ │ │ ├── HookEx.csproj
│ │ │ │ ├── Properties
│ │ │ │ ├── UserActivityHook.cs
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── 键盘(1).jpg
│ │ │ ├── 虚拟键盘
│ │ │ │ ├── FecitButton.Designer.cs
│ │ │ │ ├── FecitButton.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── KeyboardConstaint.cs
│ │ │ │ ├── NativeMethods.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── Resources
│ │ │ │ ├── bin
│ │ │ │ ├── obj
│ │ │ │ └── 虚拟键盘.csproj
│ │ │ ├── 虚拟键盘.sln
│ │ │ └── 虚拟键盘.suo
│ │ ├── 多功能键盘
│ │ │ ├── 多功能键盘
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── HOOK.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── obj
│ │ │ │ └── 多功能键盘.csproj
│ │ │ ├── 多功能键盘.sln
│ │ │ └── 多功能键盘.suo
│ │ ├── 屏幕放大镜
│ │ │ ├── ScreenBlowupGlass
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── ScreenBlowupGlass.csproj
│ │ │ │ ├── bg.bmp
│ │ │ │ ├── bin
│ │ │ │ ├── obj
│ │ │ │ └── 图标.ico
│ │ │ ├── ScreenBlowupGlass.sln
│ │ │ └── ScreenBlowupGlass.suo
│ │ ├── 左右键切换
│ │ │ ├── LeftRightSwitch
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LeftRightSwitch.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── LeftRightSwitch.sln
│ │ │ └── LeftRightSwitch.suo
│ │ ├── 显示器控制
│ │ │ ├── DisplayControl
│ │ │ │ ├── DisplayControl.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── obj
│ │ │ │ └── 图标 (22).ico
│ │ │ ├── DisplayControl.sln
│ │ │ └── DisplayControl.suo
│ │ ├── 系统挂机锁
│ │ │ ├── SystemLock
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Form2.Designer.cs
│ │ │ │ ├── Form2.cs
│ │ │ │ ├── Form2.resx
│ │ │ │ ├── Form3.Designer.cs
│ │ │ │ ├── Form3.cs
│ │ │ │ ├── Form3.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── SystemLock.csproj
│ │ │ │ ├── bin
│ │ │ │ ├── lock.ico
│ │ │ │ ├── myHook.cs
│ │ │ │ ├── obj
│ │ │ │ ├── screen.jpg
│ │ │ │ └── 图标 (93).ico
│ │ │ ├── SystemLock.sln
│ │ │ └── SystemLock.suo
│ │ ├── 进程管理器
│ │ │ ├── CourseManage
│ │ │ │ ├── CourseManage.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── CourseManage.sln
│ │ │ └── CourseManage.suo
│ │ ├── 鼠标设置器
│ │ │ ├── 鼠标设置器
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Image
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── obj
│ │ │ │ └── 鼠标设置器.csproj
│ │ │ ├── 鼠标设置器.sln
│ │ │ └── 鼠标设置器.suo
│ │ ├── 动态图标显示
│ │ │ ├── DynamicTaskStock
│ │ │ │ ├── 1.ico
│ │ │ │ ├── 2.ico
│ │ │ │ ├── 3.ico
│ │ │ │ ├── DynamicTaskStock.csproj
│ │ │ │ ├── DynamicTaskStock.csproj.user
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── DynamicTaskStock.sln
│ │ │ └── DynamicTaskStock.suo
│ │ ├── 半角全角转换
│ │ │ ├── SBCorDBC
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── SBCorDBC.csproj
│ │ │ │ ├── bin
│ │ │ │ ├── controlIme.cs
│ │ │ │ └── obj
│ │ │ └── SBCorDBC.sln
│ │ ├── 启动项管理器
│ │ │ ├── RunManage
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── RunManage.csproj
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── RunManage.sln
│ │ │ └── RunManage.suo
│ │ ├── 屏蔽鼠标按键
│ │ │ ├── NullificationMouse
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── MouseHook.cs
│ │ │ │ ├── NullificationMouse.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── NullificationMouse.sln
│ │ │ └── NullificationMouse.suo
│ │ ├── 设置桌片壁纸
│ │ │ ├── APIdesktop
│ │ │ │ ├── APIdesktop.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Form2.Designer.cs
│ │ │ │ ├── Form2.cs
│ │ │ │ ├── Form2.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bg2.png
│ │ │ │ ├── bin
│ │ │ │ ├── obj
│ │ │ │ ├── 图标 (190).ico
│ │ │ │ ├── 图标 (199).ico
│ │ │ │ ├── 图标 (22).ico
│ │ │ │ ├── 图标 (59).png
│ │ │ │ ├── 图标 (66).png
│ │ │ │ ├── 图标 (8).ico
│ │ │ │ └── 图标 (96).ico
│ │ │ ├── APIdesktop.sln
│ │ │ └── APIdesktop.suo
│ │ ├── 设置系统时间
│ │ │ ├── SetTime
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── SetTime.csproj
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── SetTime.sln
│ │ │ └── SetTime.suo
│ │ ├── 设置鼠标样式
│ │ │ ├── ActMouse
│ │ │ │ ├── ActMouse.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Image
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── ActMouse.sln
│ │ │ └── ActMouse.suo
│ │ ├── 身份证验证器
│ │ │ ├── Backup
│ │ │ │ ├── ValidateIDcard
│ │ │ │ └── ValidateIDcard.sln
│ │ │ ├── UpgradeLog.htm
│ │ │ ├── ValidateIDcard
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── ValidateIDcard.csproj
│ │ │ │ ├── bin
│ │ │ │ ├── db.mdb
│ │ │ │ └── obj
│ │ │ ├── ValidateIDcard.sln
│ │ │ └── ValidateIDcard.suo
│ │ ├── 音乐风景壁纸
│ │ │ ├── MusicViewDesk
│ │ │ │ ├── AboutBox1.Designer.cs
│ │ │ │ ├── AboutBox1.cs
│ │ │ │ ├── AboutBox1.resx
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Form2.Designer.cs
│ │ │ │ ├── Form2.cs
│ │ │ │ ├── Form2.resx
│ │ │ │ ├── MusicViewDesk.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── Setup.ini
│ │ │ │ ├── baseClass.cs
│ │ │ │ ├── bin
│ │ │ │ ├── obj
│ │ │ │ ├── 图标 (100).png
│ │ │ │ ├── 图标 (18).ico
│ │ │ │ ├── 图标 (22).ico
│ │ │ │ └── 图标 (6).ico
│ │ │ └── MusicViewDesk.sln
│ │ ├── 自定义动画鼠标
│ │ │ ├── 自定义动画鼠标
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Image
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── obj
│ │ │ │ └── 自定义动画鼠标.csproj
│ │ │ ├── 自定义动画鼠标.sln
│ │ │ └── 自定义动画鼠标.suo
│ │ ├── 数字大小写转换器
│ │ │ ├── numberConvert
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── numberConvert.csproj
│ │ │ │ └── obj
│ │ │ ├── numberConvert.sln
│ │ │ └── numberConvert.suo
│ │ ├── 设置和屏蔽系统热键
│ │ │ ├── 热键
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── HOOK.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── obj
│ │ │ │ └── 热键.csproj
│ │ │ ├── 热键.sln
│ │ │ └── 热键.suo
│ │ └── 用键盘控制窗体的移动
│ │ ├── ControlFormMove
│ │ │ ├── ControlFormMove.csproj
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ ├── bin
│ │ │ └── obj
│ │ ├── ControlFormMove.sln
│ │ └── ControlFormMove.suo
│ ├── 07-文件处理
│ │ ├── WordToHtml
│ │ │ ├── WordToHtml
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── WordToHtml.csproj
│ │ │ │ ├── WordToHtml.csproj.user
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── WordToHtml.sln
│ │ │ └── WordToHtml.suo
│ │ ├── WordToRtf
│ │ │ ├── WordToRtf
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── WordToRtf.csproj
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── WordToRtf.sln
│ │ │ └── WordToRtf.suo
│ │ ├── WordToText
│ │ │ ├── WordToText
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── WordToText.csproj
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── WordToText.sln
│ │ │ └── WordToText.suo
│ │ ├── 操作INI文件
│ │ │ ├── INIFileOperate
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── INIFileOperate.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ └── INIFileOperate.sln
│ │ ├── 创建PDF文档
│ │ │ ├── CreatePDFDocument
│ │ │ │ ├── CreatePDFDocument.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ └── CreatePDFDocument.sln
│ │ ├── 操作XML文件
│ │ │ ├── XMLFileOperate
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── XMLFileOperate.csproj
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ └── XMLFileOperate.sln
│ │ ├── 伪装文件夹
│ │ │ ├── CamouflageFolder
│ │ │ │ ├── CamouflageFolder.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── obj
│ │ │ │ └── 图标.ico
│ │ │ └── CamouflageFolder.sln
│ │ ├── 批量更名器
│ │ │ ├── FileBatchChangeName
│ │ │ │ ├── AboutBox1.Designer.cs
│ │ │ │ ├── AboutBox1.cs
│ │ │ │ ├── AboutBox1.resx
│ │ │ │ ├── FileBatchChangeName.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── copy.gif
│ │ │ │ ├── gg.gif
│ │ │ │ ├── netspell.gif
│ │ │ │ ├── obj
│ │ │ │ ├── 图标 (166).ico
│ │ │ │ ├── 图标 (179).ico
│ │ │ │ ├── 图标 (220).ico
│ │ │ │ ├── 图标 (99).ico
│ │ │ │ └── 图标.ico
│ │ │ └── FileBatchChangeName.sln
│ │ ├── 批量解压缩
│ │ │ ├── BatchDecompression
│ │ │ │ ├── BatchDecompression.csproj
│ │ │ │ ├── BatchDecompression.csproj.user
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── BatchDecompression.sln
│ │ │ └── BatchDecompression.suo
│ │ ├── 汉字转拼音
│ │ │ ├── ChToPhoneticize
│ │ │ │ ├── ChToPhoneticize.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── ChToPhoneticize.sln
│ │ │ └── ChToPhoneticize.suo
│ │ ├── 获取目录中word问文件列表
│ │ │ ├── DistillWordList
│ │ │ │ ├── DistillWordList.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ └── DistillWordList.sln
│ │ ├── 文件分割与合并
│ │ │ ├── FileComminuteUnite
│ │ │ │ ├── FileComminuteUnite.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── frmSplit.cs
│ │ │ │ ├── frmSplit.designer.cs
│ │ │ │ ├── frmSplit.resx
│ │ │ │ └── obj
│ │ │ ├── FileComminuteUnite.sln
│ │ │ └── FileComminuteUnite.suo
│ │ └── 获取本地磁盘目录
│ │ ├── GetDiskList
│ │ │ ├── BaseClass.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── GetDiskList.csproj
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ ├── bin
│ │ │ └── obj
│ │ ├── GetDiskList.sln
│ │ └── GetDiskList.suo
│ ├── 08-网络操作
│ │ ├── FTP下载
│ │ │ ├── DFTPFile
│ │ │ │ ├── DFTPFile.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── DFTPFile.sln
│ │ │ └── DFTPFile.suo
│ │ ├── 调用Outlook发送邮件
│ │ │ └── OutLookMail
│ │ │ ├── OutLookMail
│ │ │ ├── OutLookMail.sln
│ │ │ └── OutLookMail.suo
│ │ ├── 调用SMTP发送文本内容
│ │ │ ├── SEmailWithoutAtt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── SEmailWithoutAtt.csproj
│ │ │ │ ├── bin
│ │ │ │ ├── frmSend.cs
│ │ │ │ ├── frmSend.designer.cs
│ │ │ │ ├── frmSend.resx
│ │ │ │ └── obj
│ │ │ ├── SEmailWithoutAtt.sln
│ │ │ └── SEmailWithoutAtt.suo
│ │ ├── 调用SMTP发送有附件的邮件
│ │ │ ├── SEmailWithAtt
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── SEmailWithAtt.csproj
│ │ │ │ ├── bin
│ │ │ │ ├── frmSend.cs
│ │ │ │ ├── frmSend.designer.cs
│ │ │ │ ├── frmSend.resx
│ │ │ │ └── obj
│ │ │ ├── SEmailWithAtt.sln
│ │ │ └── SEmailWithAtt.suo
│ │ ├── 局域网IP扫描
│ │ │ ├── ScanIP
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── ScanIP.csproj
│ │ │ │ ├── bin
│ │ │ │ ├── ip.ico
│ │ │ │ └── obj
│ │ │ ├── ScanIP.sln
│ │ │ └── ScanIP.suo
│ │ ├── 普通下载
│ │ │ ├── DFile
│ │ │ │ ├── DFile.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── DFile.sln
│ │ │ └── DFile.suo
│ │ ├── 网络电台
│ │ │ └── NetBroadcast
│ │ │ ├── NetBroadcast
│ │ │ ├── NetBroadcast.sln
│ │ │ └── NetBroadcast.suo
│ │ ├── 自动更换IP
│ │ │ ├── ChangeIP
│ │ │ │ ├── ChangeIP.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── ChangeIP.sln
│ │ │ └── ChangeIP.suo
│ │ ├── 局域网端口扫描
│ │ │ ├── ScanPort
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── ScanPort.csproj
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── ScanPort.sln
│ │ │ └── ScanPort.suo
│ │ ├── 断点续传下载文件
│ │ │ ├── DownLoadFile
│ │ │ │ ├── DownLoadFile.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── DownLoadFile.sln
│ │ │ └── DownLoadFile.suo
│ │ ├── 网络发送接收统计
│ │ │ ├── NetInfoAndFlux
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── NetInfo.cs
│ │ │ │ ├── NetInfoAndFlux.csproj
│ │ │ │ ├── NetStruct.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── NetInfoAndFlux.sln
│ │ │ └── NetInfoAndFlux.suo
│ │ └── 远程关闭重启计算机
│ │ ├── RemoteControl
│ │ │ ├── DataBase.cs
│ │ │ ├── FrmMain.Designer.cs
│ │ │ ├── FrmMain.cs
│ │ │ ├── FrmMain.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ ├── RemoteControl.csproj
│ │ │ ├── app.config
│ │ │ ├── bin
│ │ │ ├── frmEdit.Designer.cs
│ │ │ ├── frmEdit.cs
│ │ │ ├── frmEdit.resx
│ │ │ └── obj
│ │ ├── RemoteControl.sln
│ │ └── RemoteControl.suo
│ ├── 09-数据库操作
│ │ ├── Database
│ │ │ ├── db_09_Data.MDF
│ │ │ └── db_09_Log.LDF
│ │ ├── Linq操作DataSet
│ │ │ ├── LinqOperDataSet
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LinqOperDataSet.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── LinqOperDataSet.sln
│ │ │ └── LinqOperDataSet.suo
│ │ ├── Linq操作SQL
│ │ │ ├── LinqOperSQL
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LinqOperSQL.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── app.config
│ │ │ │ ├── bin
│ │ │ │ ├── linqtosql.cs
│ │ │ │ ├── linqtosql.dbml
│ │ │ │ ├── linqtosql.dbml.layout
│ │ │ │ ├── linqtosql.designer.cs
│ │ │ │ └── obj
│ │ │ ├── LinqOperSQL.sln
│ │ │ └── LinqOperSQL.suo
│ │ ├── Linq操作Xml
│ │ │ ├── LinqOperXml
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LinqOperXml.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── LinqOperXml.sln
│ │ │ └── LinqOperXml.suo
│ │ ├── Linq操作数组集合
│ │ │ ├── LinqOperObjects
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LinqOperObjects.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── LinqOperObjects.sln
│ │ │ └── LinqOperObjects.suo
│ │ ├── 交叉表
│ │ │ └── CrossAnalyse
│ │ │ ├── CrossAnalyse
│ │ │ ├── CrossAnalyse.sln
│ │ │ └── CrossAnalyse.suo
│ │ ├── 触发器SQL文件
│ │ │ ├── trig_DeleteInfo.sql
│ │ │ ├── trig_InsertInfo.sql
│ │ │ └── trig_UpdateInfo.sql
│ │ ├── 数据库管理
│ │ │ ├── DataManage
│ │ │ │ ├── DataManage.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── image
│ │ │ │ └── obj
│ │ │ ├── DataManage.sln
│ │ │ └── DataManage.suo
│ │ ├── 二进制存取图片
│ │ │ ├── ByteImage
│ │ │ │ ├── ByteImage.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── ByteImage.sln
│ │ │ └── ByteImage.suo
│ │ ├── 通用数据库连接
│ │ │ ├── DatabaseCon
│ │ │ │ ├── DatabaseCon.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Form2.Designer.cs
│ │ │ │ ├── Form2.cs
│ │ │ │ ├── Form2.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── DatabaseCon.sln
│ │ │ └── DatabaseCon.suo
│ │ ├── 读取数据库表结构
│ │ │ ├── GetDataStruct
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── GetDataStruct.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── frmDataExport.Designer.cs
│ │ │ │ ├── frmDataExport.cs
│ │ │ │ ├── frmDataExport.resx
│ │ │ │ ├── frmOutData.Designer.cs
│ │ │ │ ├── frmOutData.cs
│ │ │ │ ├── frmOutData.resx
│ │ │ │ ├── image
│ │ │ │ └── obj
│ │ │ ├── GetDataStruct.sln
│ │ │ └── GetDataStruct.suo
│ │ ├── 通过视图修改信息
│ │ │ ├── EditByView
│ │ │ │ ├── EditByView.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── EditByView.sln
│ │ │ └── EditByView.suo
│ │ └── 通过存储过程管理信息
│ │ ├── EManageByProc
│ │ │ ├── EManageByProc.csproj
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ ├── bin
│ │ │ └── obj
│ │ ├── EManageByProc.sln
│ │ └── EManageByProc.suo
│ ├── 10-加密解密
│ │ ├── MD5加密
│ │ │ ├── MD5EnPWD
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── MD5EnPWD.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── MD5EnPWD.sln
│ │ │ └── MD5EnPWD.suo
│ │ ├── 根据CPU硬盘获取机器码
│ │ │ ├── GetMCodeByCPUAndYP
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── GetMCodeByCPUAndYP.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── GetMCodeByCPUAndYP.sln
│ │ │ └── GetMCodeByCPUAndYP.suo
│ │ ├── 文件加密
│ │ │ ├── ProtectFile
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── ProtectFile.csproj
│ │ │ │ ├── bin
│ │ │ │ ├── obj
│ │ │ │ └── 加密.ico
│ │ │ ├── ProtectFile.sln
│ │ │ └── ProtectFile.suo
│ │ ├── 口令加密BAT
│ │ │ ├── EncryptBAT
│ │ │ │ ├── EncryptBAT.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── EncryptBAT.sln
│ │ │ └── EncryptBAT.suo
│ │ ├── 口令加密Exe
│ │ │ ├── EncryptExe
│ │ │ │ ├── EncryptExe.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── EncryptExe.sln
│ │ │ └── EncryptExe.suo
│ │ ├── 口令加密RAR
│ │ │ ├── EncryptRAR
│ │ │ │ ├── EncryptRAR.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── EncryptRAR.sln
│ │ │ └── EncryptRAR.suo
│ │ ├── 加密数据报
│ │ │ ├── EncryptDataReport
│ │ │ │ ├── EncryptDataReport.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── EncryptDataReport.sln
│ │ │ └── EncryptDataReport.suo
│ │ ├── 伪随机数加密
│ │ │ ├── PRanDataEncrypt
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── PRanDataEncrypt.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── PRanDataEncrypt.sln
│ │ │ └── PRanDataEncrypt.suo
│ │ ├── 异或加密数字
│ │ │ ├── YHEnData
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── YHEnData.csproj
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── YHEnData.sln
│ │ │ └── YHEnData.suo
│ │ ├── 注册码注册机制
│ │ │ ├── ClassLibrary1
│ │ │ │ ├── Class1.cs
│ │ │ │ ├── ClassLibrary1.csproj
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── LimitSoftUseTimes
│ │ │ │ ├── LimitSoftUseTimes.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── frmMain.Designer.cs
│ │ │ │ ├── frmMain.cs
│ │ │ │ ├── frmMain.resx
│ │ │ │ ├── frmRegister.Designer.cs
│ │ │ │ ├── frmRegister.cs
│ │ │ │ ├── frmRegister.resx
│ │ │ │ └── obj
│ │ │ ├── LimitSoftUseTimes.sln
│ │ │ ├── LimitSoftUseTimes.suo
│ │ │ └── RMachine
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ ├── RMachine.csproj
│ │ │ ├── bin
│ │ │ ├── frmRMachine.Designer.cs
│ │ │ ├── frmRMachine.cs
│ │ │ ├── frmRMachine.resx
│ │ │ └── obj
│ │ └── 使用强名称标识软件
│ │ ├── SNKSoft
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ ├── SNKSoft.csproj
│ │ │ ├── bin
│ │ │ ├── key.snk
│ │ │ └── obj
│ │ ├── SNKSoft.sln
│ │ └── SNKSoft.suo
│ ├── 11-硬件读写
│ │ ├── IC卡读写
│ │ │ ├── CorporationEmployeeICCard
│ │ │ │ ├── AboutBox1.Designer.cs
│ │ │ │ ├── AboutBox1.cs
│ │ │ │ ├── AboutBox1.resx
│ │ │ │ ├── CorporationEmployeeICCard.csproj
│ │ │ │ ├── CorporationEmployeeICCard.csproj.user
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Form2.Designer.cs
│ │ │ │ ├── Form2.cs
│ │ │ │ ├── Form2.resx
│ │ │ │ ├── Form3.Designer.cs
│ │ │ │ ├── Form3.cs
│ │ │ │ ├── Form3.resx
│ │ │ │ ├── IC card.jpg
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── baseClass.cs
│ │ │ │ ├── bin
│ │ │ │ ├── db1.mdb
│ │ │ │ └── obj
│ │ │ ├── CorporationEmployeeICCard.sln
│ │ │ └── CorporationEmployeeICCard.suo
│ │ ├── ID卡识别
│ │ │ ├── IDCard
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── IDCard.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── db.mdb
│ │ │ │ └── obj
│ │ │ └── IDCard.sln
│ │ ├── 短信猫
│ │ │ ├── NoteCatVote
│ │ │ │ ├── AboutBox1.Designer.cs
│ │ │ │ ├── AboutBox1.cs
│ │ │ │ ├── AboutBox1.resx
│ │ │ │ ├── BaseClass.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Form2.Designer.cs
│ │ │ │ ├── Form2.cs
│ │ │ │ ├── Form2.resx
│ │ │ │ ├── Form3.Designer.cs
│ │ │ │ ├── Form3.cs
│ │ │ │ ├── Form3.resx
│ │ │ │ ├── NoteCatVote.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bg.jpg
│ │ │ │ ├── bin
│ │ │ │ ├── db.mdb
│ │ │ │ └── obj
│ │ │ ├── NoteCatVote.sln
│ │ │ └── NoteCatVote.suo
│ │ ├── 指纹识别器
│ │ │ ├── fingerprint
│ │ │ │ ├── DataBase
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Form2.Designer.cs
│ │ │ │ ├── Form2.cs
│ │ │ │ ├── Form2.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── fingerprint.csproj
│ │ │ │ └── obj
│ │ │ ├── fingerprint.sln
│ │ │ ├── fingerprint.suo
│ │ │ └── 程序使用说明.txt
│ │ ├── 读写加密狗
│ │ │ ├── EncryptDog
│ │ │ │ ├── EncryptDog.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── bin
│ │ │ │ ├── obj
│ │ │ │ └── 生产管理系统界面.jpg
│ │ │ ├── EncryptDog.sln
│ │ │ └── EncryptDog.suo
│ │ ├── 摄像头大头贴
│ │ │ ├── AMCap
│ │ │ │ ├── 01.png
│ │ │ │ ├── 02.png
│ │ │ │ ├── 03.png
│ │ │ │ ├── 04.png
│ │ │ │ ├── 05.png
│ │ │ │ ├── AMCap.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ ├── baseClass.cs
│ │ │ │ ├── bin
│ │ │ │ └── obj
│ │ │ ├── AMCap.sln
│ │ │ └── AMCap.suo
│ │ ├── 数据采集器读写
│ │ │ └── CollectionEnginery
│ │ │ ├── CollectionEnginery
│ │ │ ├── CollectionEnginery.sln
│ │ │ └── CollectionEnginery.suo
│ │ └── 视频采集卡读写
│ │ ├── VideoMonitor
│ │ │ ├── CommonClass
│ │ │ ├── DataBase
│ │ │ ├── Image
│ │ │ ├── Photo
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ ├── Video
│ │ │ ├── VideoMonitor.csproj
│ │ │ ├── bin
│ │ │ ├── frmAutoVideo.cs
│ │ │ ├── frmAutoVideo.designer.cs
│ │ │ ├── frmAutoVideo.resx
│ │ │ ├── frmLogin.cs
│ │ │ ├── frmLogin.designer.cs
│ │ │ ├── frmLogin.resx
│ │ │ ├── frmMain.cs
│ │ │ ├── frmMain.designer.cs
│ │ │ ├── frmMain.resx
│ │ │ ├── frmPlay.cs
│ │ │ ├── frmPlay.designer.cs
│ │ │ ├── frmPlay.resx
│ │ │ ├── frmRegister.cs
│ │ │ ├── frmRegister.designer.cs
│ │ │ ├── frmRegister.resx
│ │ │ ├── frmSetMonitor.cs
│ │ │ ├── frmSetMonitor.designer.cs
│ │ │ ├── frmSetMonitor.resx
│ │ │ ├── frmWelcome.cs
│ │ │ ├── frmWelcome.designer.cs
│ │ │ ├── frmWelcome.resx
│ │ │ └── obj
│ │ ├── VideoMonitor.sln
│ │ └── VideoMonitor.suo
│ ├── ReadMe.txt
│ ├── logo.jpeg
│ └── 实例导航.exe
└── 找例子网_198个经典C#WinForm实例源码(超赞).zip
1008 directories, 1577 files
评论